From: Kim F. Storm Date: Tue, 29 Jun 2004 12:49:14 +0000 (+0000) Subject: (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21796 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86428d3694ad963aeb2121101cc4f072e8e9397e;p=emacs.git (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap. --- diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index a7cf82317b5..ec9d42ee042 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -271,11 +271,13 @@ use this to make replies go directly to the group.") (string :format "Login: %v")) (cons :format "%v" (const :format "" "password") - (string :format "Password: %v"))))))) + (string :format "Password: %v")))))) + :group 'nnimap) (defcustom nnimap-prune-cache t "If non-nil, nnimap check whether articles still exist on server before using data stored in NOV cache." - :type 'boolean) + :type 'boolean + :group 'nnimap) (defvar nnimap-request-list-method 'imap-mailbox-list "Method to use to request a list of all folders from the server.